[This is preliminary documentation and is subject to change.]
Returns values for fields that represent row's primary key
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IDataStoreKey GetDataStoreKey(
string targetName = null
)
public IDataStoreKey GetDataStoreKey(
string targetName = null
)
Public Function GetDataStoreKey (
Optional targetName As String = Nothing
) As IDataStoreKey
Public Function GetDataStoreKey (
Optional targetName As String = Nothing
) As IDataStoreKey
public:
IDataStoreKey^ GetDataStoreKey(
String^ targetName = nullptr
)
public:
IDataStoreKey^ GetDataStoreKey(
String^ targetName = nullptr
)
member GetDataStoreKey :
?targetName : string
(* Defaults:
let _targetName = defaultArg targetName null
*)
-> IDataStoreKey
member GetDataStoreKey :
?targetName : string
(* Defaults:
let _targetName = defaultArg targetName null
*)
-> IDataStoreKey
Return Value
Type:
IDataStoreKey