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