TableOperationsTFieldHasAttributeTAttribute(String) Method
Determines if the specified field has an associated attribute.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
public bool FieldHasAttribute<TAttribute>(
string fieldName
)
where TAttribute : Attribute
Public Function FieldHasAttribute(Of TAttribute As Attribute) (
fieldName As String
) As Boolean
public:
generic<typename TAttribute>
where TAttribute : Attribute
virtual bool FieldHasAttribute(
String^ fieldName
) sealed
JavaScript does not support generic types or methods.
- fieldName String
- Name of field to use for attribute lookup.
- TAttribute
- Type of attribute to search for.
Booleantrue if field has attribute; otherwise,
false.
ITableOperationsFieldHasAttributeTAttribute(String)