SIFWorks ADK 2.0
SQLField Constructor (name, type)
NamespacesEdustructures.SifWorks.Tools.QuerySQLFieldSQLFieldSQLFieldNew(String, DbType)

[This is preliminary documentation and is subject to change.]

Constructor
Declaration Syntax
C#Visual BasicVisual C++
public SQLField(
	string name,
	DbType type
)
Public Sub New ( _
	name As String, _
	type As DbType _
)
public:
SQLField (
	String^ name, 
	DbType type
)
Parameters
name (String)
The application-defined field name
type (DbType)
A constant from the System.Data.DbType enumeration. The type is used by SQLQueryBuilder to property format the field value

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10