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.128 -- Release Build+cb657b646daac3e9cc5384ff42ed4530df50eab1
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)