Table of Contents

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

repField

SourceField

Returns the field in the repository used as source for filling.

public repField SourceField { get; }

Property Value

repField

SourceFieldID

Returns the SysFieldID of the field used as source for filling.

public int SourceFieldID { get; }

Property Value

int

SourceTable

Returns the table in the repository containing the source field.

public repTable SourceTable { get; }

Property Value

repTable

SourceTableID

Returns the SysTableID of the table in the repository containing the SourceField.

public int SourceTableID { get; }

Property Value

int