Gets the column name that corresponds to the 'ExternalStoreGuid' in the 'External Store' database table.
protected string ColumnNameExternalStoreGuid {get;}
'Declaration
Protected ReadOnly Property ColumnNameExternalStoreGuid As String
'Usage
Dim instance As ExternalStoreDBDataAccessAgent
Dim value As String
value = instance.ColumnNameExternalStoreGuid
protected:
property String^ ColumnNameExternalStoreGuid {
String^ get();
}
Property Value
the column name that corresponds to the 'ExternalStoreGuid' in the 'External Store' database table.