Schema FieldDef GetBackendNameForTarget Method (String, FieldAttribute )NFX Class Library

[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.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string GetBackendNameForTarget(
	string targetName,
	out FieldAttribute attr
)

Return Value

Type: OnlineString
See Also