DefaultTypeMapMatchNamesWithUnderscores Property |
Should column names like User_Id be allowed to match properties/fields like UserId ?
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool MatchNamesWithUnderscores { get; set; }
Public Shared Property MatchNamesWithUnderscores As Boolean
Get
Set
public:
static property bool MatchNamesWithUnderscores {
bool get ();
void set (bool value);
}
static member MatchNamesWithUnderscores : bool with get, set
Property Value
Type:
BooleanSee Also