[This is preliminary documentation and is subject to change.]
Returns FieldDefs in their order within rows that are declared as key fields for particular target
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<Schema..::..FieldDef> GetKeyFieldDefsForTarget(
string targetName
)
public IEnumerable<Schema..::..FieldDef> GetKeyFieldDefsForTarget(
string targetName
)
Public Function GetKeyFieldDefsForTarget (
targetName As String
) As IEnumerable(Of Schema..::..FieldDef)
Public Function GetKeyFieldDefsForTarget (
targetName As String
) As IEnumerable(Of Schema..::..FieldDef)
public:
IEnumerable<Schema..::..FieldDef^>^ GetKeyFieldDefsForTarget(
String^ targetName
)
public:
IEnumerable<Schema..::..FieldDef^>^ GetKeyFieldDefsForTarget(
String^ targetName
)
member GetKeyFieldDefsForTarget :
targetName : string -> IEnumerable<Schema..::..FieldDef>
member GetKeyFieldDefsForTarget :
targetName : string -> IEnumerable<Schema..::..FieldDef>
Return Value
Type:
IEnumerable Schema FieldDef