Determines whether the provider should treat BINARY(16) columns as guid.
public bool BinaryAsGuid {get; set;}
'Declaration
Public Property BinaryAsGuid As Boolean
Property Value
true, if the provider should treat BINARY(16) columns as guid; otherwise,
false. The default value is
false.