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.141 -- Release Build+5f6e192e4b7ed0f35a118ae12c275adc521bb865
public bool FieldHasAttribute(
string fieldName,
Type attributeType
)
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) ArgumentException | attributeType is not an Attribute. |