C# Class WebApplications.Testing.Data.SqlUdtInfo

Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Свойство Type Description
IsByteOrdered bool
IsFixedLength bool
MaxByteSize int
SerializationFormat Format

Private Methods

Méthode 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
Résultat bool

IsFixedLength public_oe property

Is fixed length
public bool IsFixedLength
Résultat bool

MaxByteSize public_oe property

The maximum byte size
public int MaxByteSize
Résultat int

SerializationFormat public_oe property

The serialization format
public Format SerializationFormat
Résultat Format