[This is preliminary documentation and is subject to change.]
Returns a TableAttribute that matches the supplied targetName, or if one was not defined then
returns TableAttribute which matches any target or null
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TableAttribute GetTableAttrForTarget(
string targetName
)
public TableAttribute GetTableAttrForTarget(
string targetName
)
Public Function GetTableAttrForTarget (
targetName As String
) As TableAttribute
Public Function GetTableAttrForTarget (
targetName As String
) As TableAttribute
public:
TableAttribute^ GetTableAttrForTarget(
String^ targetName
)
public:
TableAttribute^ GetTableAttrForTarget(
String^ targetName
)
member GetTableAttrForTarget :
targetName : string -> TableAttribute
member GetTableAttrForTarget :
targetName : string -> TableAttribute
Return Value
Type:
TableAttribute