QuickObjects.ObjectBase Send comments on this topic.
SqlParam Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : SqlParam Property

SqlParam

Holds a IDataParameter value that can be used for specifying the SqlParameter Name.

SqlParam is not serialized and it is also ignored by the xml serialization.

In normal circumstances, there is no need to assign value to this property as it automatically handles it.

Syntax

C# 
[XmlIgnoreAttribute()]
public IDataParameter SqlParam {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also