Class VForeignKeyFilter
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class VForeignKeyFilter : Filter, ISearchReport
- Inheritance
-
VForeignKeyFilter
- Implements
-
- Inherited Members
-
Constructors
VForeignKeyFilter()
public VForeignKeyFilter()
Properties
ColumnName
public string ColumnName { get; set; }
Property Value
- string
EnforcedInclusion
public InclusionType? EnforcedInclusion { get; set; }
Property Value
- InclusionType?
IsExactComparison
public bool IsExactComparison { get; set; }
Property Value
- bool
PrimarySchemaName
public string PrimarySchemaName { get; set; }
Property Value
- string
PrimaryTableName
public string PrimaryTableName { get; set; }
Property Value
- string
SchemaName
public string SchemaName { get; set; }
Property Value
- string
TableName
public string TableName { get; set; }
Property Value
- string
UniqueName
public string UniqueName { get; set; }
Property Value
- string