LightSwitch主要分两部,一部分是数据的管理,一部分是界面的管理,分别存储在Data Sources和Screens,今天重点说一下Data Sources。
LightSwitch类型
|
C#中类型
|
数据库类型
|
Binary
|
Byte[]
|
Varbinary(MAX)
|
Boolean
|
bool
|
bit
|
Date
|
datetime
|
datetime
|
DateTime
|
datetime
|
Datetime
|
Decimal
|
decimal
|
Decimal(18,2)
|
double
|
double
|
float
|
Email Address
|
string
|
Nvarchar(255)
|
Image
|
Byte[]
|
Varbinary(MAX)
|
Integer
|
int
|
int
|
Long Integer
|
long
|
bigint
|
Money
|
decimal
|
Decimal(18,2)
|
Phone Number
|
string
|
Nvarchar(255)
|
Short Integer
|
short
|
smallint
|
string
|
string
|
Nvrchar(255)
|