TableOperationsTFieldHasAttribute(String, Type) 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 Function FieldHasAttribute (
fieldName As String,
attributeType As Type
) As Boolean
public:
virtual bool FieldHasAttribute(
String^ fieldName,
Type^ attributeType
) sealed
function FieldHasAttribute(fieldName, attributeType);
- fieldName String
- Name of field to use for attribute lookup.
- attributeType Type
- Type of attribute to search for.
Booleantrue if field has attribute; otherwise,
false.
ITableOperationsFieldHasAttribute(String, Type)