AVEVA Database .NET Public Interface

DbFieldFormat.DefaultAction Property

Action to take if a value is found which does not match a specified mapping By default, this is GET_AS_STRING which will leave the value unchanged It may be set to FIXED_STRING so that any such (unmapped) string will be replaced by the DefaultString

public DbFieldFormatDefaultAction DefaultAction {get; set;}

See Also

DbFieldFormat Class | Aveva.Pdms.Database Namespace