Schema FieldDef Item Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a FieldAttribute that matches the supplied targetName, or if one was not defined then returns FieldAttribute 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 FieldAttribute this[
	string targetName
] { get; }

Property Value

Type: FieldAttribute
See Also