FieldDefinition Members
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.
|
Properties
Name | Description | |
---|---|---|
AllowNulls |
Gets a value indicating whether this field allows null values.
|
|
AllowRecursion |
Gets a value indicating whether [allow recursion].
|
|
AllowUserNulls |
Gets a value indicating whether [allow user nulls].
|
|
CanFormatValue |
Gets a value indicating whether this instance can format value.
|
|
Description |
Gets the description.
|
|
FieldDataType |
Gets the type of the field data.
|
|
FieldName |
Gets the name of the field.
|
|
FieldType |
Gets the type of the field.
|
|
FormulaObject |
Gets the formula object.
|
|
GeneratedKey |
Gets a value indicating whether [generated key].
|
|
LookupControlColumnId |
Gets the lookup control column identifier.
|
|
ParentJoinForeignKeyDefinition |
Gets the parent join foreign key definition.
|
|
PropertyName |
Gets the name of the property.
|
|
SearchForCondition |
Gets the search for condition.
|
|
SearchForHostId |
Gets the search for host identifier.
|
|
SkipPrint |
Gets a value indicating whether [skip print].
|
|
TableDefinition |
Gets the table definition.
|
|
UpdateOnly |
Gets a value indicating whether [update only].
|
|
ValueType |
Gets the type of the value for use in queries.
|