FeatureSupportArrays Property |
True if the db supports array columns e.g. Postgresql
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Arrays { get; }
Public ReadOnly Property Arrays As Boolean
Get
public:
property bool Arrays {
bool get ();
}
member Arrays : bool with get
Property Value
Type:
BooleanSee Also