Click or drag to resize
AccessToSafeString Method (Object, Type)
根据类型返回可直接用于SQL语句的安全字符串

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public override string ToSafeString(
	Object value,
	Type type
)

Parameters

value
Type: SystemObject
数据
type
Type: SystemType
类型

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Db.Access.ToSafeString(System.Object,System.Type)"]

Implements

IDbFactoryToSafeString(Object, Type)
IDbFactoryToSafeString(Object, Type)
See Also