C# Class WebApplications.Testing.Data.SqlUdtInfo

ファイルを表示 Open project: webappsuk/CoreLibraries Class Usage Examples

Public Properties

Property Type Description
IsByteOrdered bool
IsFixedLength bool
MaxByteSize int
SerializationFormat Format

Private Methods

Method Description
GetFromType ( [ target ) : SqlUdtInfo
SqlUdtInfo ( [ attr ) : System

Initializes a new instance of the SqlUdtInfo class.

TryGetFromType ( [ target ) : SqlUdtInfo

Property Details

IsByteOrdered public_oe property

The bytes are ordered.
public bool IsByteOrdered
return bool

IsFixedLength public_oe property

Is fixed length
public bool IsFixedLength
return bool

MaxByteSize public_oe property

The maximum byte size
public int MaxByteSize
return int

SerializationFormat public_oe property

The serialization format
public Format SerializationFormat
return Format