FieldDefinition Methods
The FieldDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanSetNull |
Determines whether this instance [can set null] the specified value.
|
|
FormatValue |
Formats the value to display.
|
|
FormatValueForColumnMap |
Formats the value for column map.
|
|
GetSqlFormatObject |
Gets the SQL format object.
|
|
GetUserValue |
Gets the user value.
|
|
HasDescription |
Sets the field description that the user will see.
|
|
HasFieldName |
Sets the name of the field. For use only by the Entity Framework classes.
|
|
HasLookupControlColumnId |
Determines whether [has lookup control column identifier] [the specified lookup control column identifier].
|
|
HasSearchForHostId |
Determines whether [has search for host identifier] [the specified host identifier].
|
|
IsRequired |
Determines whether this field will allow nulls. For use only by the Entity Framework classes.
|
|
MakePath |
Makes the path.
|
|
SetParentField |
Sets the parent foreign key definition. For use only by the Entity Framework classes.
|
|
ToString |
Returns a String that represents this instance.
|
|
ValidateValueForSavingToDb |
Validates a value to see if it's a valid value to save to the database.
|