Schema GetTableAttrForTarget Method NFX Class Library

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

public TableAttribute GetTableAttrForTarget(
	string targetName
)

Return Value

Type: TableAttribute
See Also