The FieldDef type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create |
A new FieldDef instance
| |
Equals | (Inherited from Object.) | |
Export |
Return a string representation for the Field Definition
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObjectType |
Get the field type depending on the type of the obj
| |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VerifyName |
Field name has to start with alphabetic characters followed by alphanumeric and (_,-, $) symbols
|
Fields
Name | Description | |
---|---|---|
FieldLength |
Field length for each of the types
|
Properties
Name | Description | |
---|---|---|
Encrypted |
Gets or sets a value indicating whether this FieldDef is secured.
| |
Name |
The field name
| |
Nullable |
Gets or sets a value indicating whether this FieldDef is nullable.
| |
Type |
The field type
|