バージョン

DefaultDataSourceSchema コンストラクタ

シンタックス
'宣言
 
Public Function New( _
   ByVal valueNames() As String, _
   ByVal valueTypes() As DataSourceSchemaPropertyType, _
   ByVal primaryKey() As String, _
   ByVal propertyDataIntents() As String _
)
public DefaultDataSourceSchema( 
   string[] valueNames,
   DataSourceSchemaPropertyType[] valueTypes,
   string[] primaryKey,
   string[] propertyDataIntents
)

パラメータ

valueNames
valueTypes
primaryKey
propertyDataIntents
参照