Class ExcludedColumns
Inheritance
System.Object
ExcludedColumns
Inherited Members
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
Assembly: fcSDK.dll
Syntax
public class ExcludedColumns
Constructors
ExcludedColumns()
Declaration
public ExcludedColumns()
Methods
Exclude(String, String)
Declaration
public void Exclude(string tableName, string column)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | column |
IsExcluded(String, String)
Declaration
public bool IsExcluded(string tableName, string column)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | column |
Returns
Type | Description |
---|---|
System.Boolean |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()