[This is preliminary documentation and is subject to change.]
Provides information about table schema that this typed row is a part of
System Object
System Attribute NFX.DataAccess.CRUD TargetedAttribute NFX.DataAccess.CRUD FieldAttributeNamespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true, Inherited = false)]
public sealed class FieldAttribute : TargetedAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true, Inherited = false)]
public sealed class FieldAttribute : TargetedAttribute
<SerializableAttribute>
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := true, Inherited := false)>
Public NotInheritable Class FieldAttribute
Inherits TargetedAttribute
<SerializableAttribute>
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := true, Inherited := false)>
Public NotInheritable Class FieldAttribute
Inherits TargetedAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = true, Inherited = false)]
public ref class FieldAttribute sealed : public TargetedAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = true, Inherited = false)]
public ref class FieldAttribute sealed : public TargetedAttribute
[<SealedAttribute>]
[<SerializableAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true, Inherited = false)>]
type FieldAttribute =
class
inherit TargetedAttribute
end
[<SealedAttribute>]
[<SerializableAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true, Inherited = false)>]
type FieldAttribute =
class
inherit TargetedAttribute
end