バージョン

WebScheduleDataBindingAttribute コンストラクタ(Type,String,Type)

WebSchedule オブジェクト モデルのタイプとプロパティ名のための WebScheduleDataBindingAttribute を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal objectModelType As Type, _
   ByVal objectModelPropertyName As String, _
   ByVal dataModelColumnType As Type _
)
public WebScheduleDataBindingAttribute( 
   Type objectModelType,
   string objectModelPropertyName,
   Type dataModelColumnType
)

パラメータ

objectModelType
データ バインド可能なオブジェクトの共通言語ランタイム (CLR) Type
objectModelPropertyName
データ バインド可能なメンバーのシンプルなプロパティ名 (複合プロパティはサポートされません)。
dataModelColumnType
基本のデータ アクセス レイヤーーによってサポートされるデータ型にマップされる共通言語ランタイム (CLR) Type
参照