Class repFillWithField
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a field with field.
public class repFillWithField
- Inheritance
-
repFillWithField
- Inherited Members
- Extension Methods
Properties
Field
Returns the field that is to be filled.
public repField Field { get; }
Property Value
SourceField
Returns the field in the repository used as source for filling.
public repField SourceField { get; }
Property Value
SourceFieldID
Returns the SysFieldID of the field used as source for filling.
public int SourceFieldID { get; }
Property Value
SourceTable
Returns the table in the repository containing the source field.
public repTable SourceTable { get; }
Property Value
SourceTableID
Returns the SysTableID of the table in the repository containing the SourceField.
public int SourceTableID { get; }