コード例 #1
0
ファイル: Attributes.cs プロジェクト: KrystianD/KDPgDriver
 public KDPgColumnArrayTypeAttribute(KDPgValueTypeKind itemType) : base(KDPgValueTypeKind.Array)
 {
     ItemType = itemType;
 }
コード例 #2
0
ファイル: Attributes.cs プロジェクト: KrystianD/KDPgDriver
 public KDPgColumnTypeAttribute(KDPgValueTypeKind typeEnum)
 {
     TypeEnum = typeEnum;
 }