GrapeCity ActiveReports for .NET 14.0J
Column コンストラクタ

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel 名前空間 > Column クラス : Column コンストラクタ
列名。
列の種類。
列が主キーに含まれるかどうか。
クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal dataType As Type, _
   ByVal isPrimaryKey As Boolean _
)
public Column( 
   string name,
   Type dataType,
   bool isPrimaryKey
)

パラメータ

name
列名。
dataType
列の種類。
isPrimaryKey
列が主キーに含まれるかどうか。
参照

Column クラス
Column メンバ