[This is preliminary documentation and is subject to change.]
Returns the name of the field in backend that was possibly overriden for a particular target
along with store flag
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string GetBackendNameForTarget(
string targetName,
out FieldAttribute attr
)
public string GetBackendNameForTarget(
string targetName,
out FieldAttribute attr
)
Public Function GetBackendNameForTarget (
targetName As String,
<OutAttribute> ByRef attr As FieldAttribute
) As String
Public Function GetBackendNameForTarget (
targetName As String,
<OutAttribute> ByRef attr As FieldAttribute
) As String
public:
String^ GetBackendNameForTarget(
String^ targetName,
[OutAttribute] FieldAttribute^% attr
)
public:
String^ GetBackendNameForTarget(
String^ targetName,
[OutAttribute] FieldAttribute^% attr
)
member GetBackendNameForTarget :
targetName : string *
attr : FieldAttribute byref -> string
member GetBackendNameForTarget :
targetName : string *
attr : FieldAttribute byref -> string
Return Value
Type:
String