Class SchemaCacheHelper
Inheritance
System.Object
SchemaCacheHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify
Assembly: fcSDK.dll
Syntax
public static class SchemaCacheHelper
Methods
DoesColumnExist(String, String)
Declaration
public static bool DoesColumnExist(string tableName, string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | columnName |
Returns
Type | Description |
---|---|
System.Boolean |
DoesMsSqlColumnExist(String, String)
Declaration
public static bool DoesMsSqlColumnExist(string tableName, string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | columnName |
Returns
Type | Description |
---|---|
System.Boolean |
DoesOracleColumnExist(String, String)
Declaration
public static bool DoesOracleColumnExist(string tableName, string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | columnName |
Returns
Type | Description |
---|---|
System.Boolean |