DbFactoryParameterChar Property |
获取创建参数时,使用的前缀,默认使用@符,如果当前操作引擎不是,请重写该属性
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxprotected virtual string ParameterChar { get; }
Protected Overridable ReadOnly Property ParameterChar As String
Get
protected:
virtual property String^ ParameterChar {
String^ get ();
}
abstract ParameterChar : string with get
override ParameterChar : string with get
Property Value
Type:
String
See Also