Interface ISchemaField
Assembly: fcSDK.dll
Syntax
public interface ISchemaField
Properties
CommonType
Declaration
Property Value
Type |
Description |
System.Int32 |
|
DatabaseType
Declaration
int DatabaseType { get; }
Property Value
Type |
Description |
System.Int32 |
|
DataType
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Default
Declaration
Property Value
Type |
Description |
System.Object |
|
DefaultString
Declaration
string DefaultString { get; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; }
Property Value
Type |
Description |
System.String |
|
Flags
Declaration
Property Value
Type |
Description |
System.Object |
|
IsSearchable
Declaration
bool IsSearchable { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsUnicode
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Length
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Rank
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
IsDate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
IsInteger()
Declaration
Returns
Type |
Description |
System.Boolean |
|
IsNumeric()
Declaration
Returns
Type |
Description |
System.Boolean |
|
IsString()
Declaration
Returns
Type |
Description |
System.Boolean |
|