Ansi vs Unicode
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsAnsi { get; set; }
Public Property IsAnsi As Boolean
Get
Set
public:
property bool IsAnsi {
bool get ();
void set (bool value);
}
member IsAnsi : bool with get, set
Property Value
Type:
BooleanSee Also