Class RestrictionClause
Inheritance
System.Object
RestrictionClause
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.Schema
Assembly: fcSDK.dll
Syntax
public class RestrictionClause
Constructors
RestrictionClause(String, String, String)
Declaration
public RestrictionClause(string tableName, string fieldName, string clause)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | fieldName | |
System.String | clause |
Properties
Clause
Declaration
public string Clause { get; }
Property Value
Type | Description |
---|---|
System.String |
FieldName
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Declaration
public string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |