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.166 -- Release Build+4734116ef9caa0a1e84bf70b15935e09ea790ab3
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)