Interface ISchemaCache
Assembly: fcSDK.dll
Syntax
public interface ISchemaCache
Properties
IsDatabaseUnicode
Declaration
bool IsDatabaseUnicode { get; }
Property Value
Type |
Description |
System.Boolean |
|
RestrictionGroups
Declaration
RestrictionGroupCollection RestrictionGroups { get; }
Property Value
Tables
Declaration
ISchemaTableCollection Tables { get; }
Property Value
Views
Declaration
ISchemaViewCollection Views { get; }
Property Value
Methods
GetChangeDateField(String)
Declaration
ISchemaField GetChangeDateField(string tableName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
Returns
GetDateFields(String)
Declaration
IEnumerable GetDateFields(string tableName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
Returns
Type |
Description |
System.Collections.IEnumerable |
|
GetField(String, String)
Declaration
ISchemaField GetField(string objetName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
objetName |
|
System.String |
fieldName |
|
Returns
GetRelation(String, String)
Declaration
ISchemaRelation GetRelation(string tableName, string relationName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
relationName |
|
Returns
GetTableName(Int32)
Declaration
string GetTableName(int tableNum)
Parameters
Type |
Name |
Description |
System.Int32 |
tableNum |
|
Returns
Type |
Description |
System.String |
|
GetTableNumber(String)
Declaration
int GetTableNumber(string tableName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
Returns
Type |
Description |
System.Int32 |
|
IsChangeField(String, String)
Declaration
bool IsChangeField(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsDateField(String, String)
Declaration
bool IsDateField(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsFieldSearchable(String, String)
Declaration
bool IsFieldSearchable(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsFieldUnicode(String, String)
Declaration
bool IsFieldUnicode(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsIntegerField(String, String)
Declaration
bool IsIntegerField(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsNumericField(String, String)
Declaration
bool IsNumericField(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsRelationExclusive(String, String)
Declaration
bool IsRelationExclusive(string tableName, string relationName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
relationName |
|
Returns
Type |
Description |
System.Boolean |
|
IsStringField(String, String)
Declaration
bool IsStringField(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsStringOrDateField(String, String)
Declaration
bool IsStringOrDateField(string tableName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsValidField(String, String)
Declaration
bool IsValidField(string objectName, string fieldName)
Parameters
Type |
Name |
Description |
System.String |
objectName |
|
System.String |
fieldName |
|
Returns
Type |
Description |
System.Boolean |
|
IsValidRelation(String, String)
Declaration
bool IsValidRelation(string objectName, string relationName)
Parameters
Type |
Name |
Description |
System.String |
objectName |
|
System.String |
relationName |
|
Returns
Type |
Description |
System.Boolean |
|
IsValidTable(String)
Declaration
bool IsValidTable(string tableName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
Returns
Type |
Description |
System.Boolean |
|
IsValidTableOrView(String)
Declaration
bool IsValidTableOrView(string objectName)
Parameters
Type |
Name |
Description |
System.String |
objectName |
|
Returns
Type |
Description |
System.Boolean |
|
IsValidView(String)
Declaration
bool IsValidView(string viewName)
Parameters
Type |
Name |
Description |
System.String |
viewName |
|
Returns
Type |
Description |
System.Boolean |
|