Méthode |
Description |
|
Clear ( ) : void |
|
|
Clear ( SqlBuffer values ) : void |
|
|
CloneBufferArray ( SqlBuffer values ) : System.Data.SqlClient.SqlBuffer[] |
|
|
CreateBufferArray ( int length ) : System.Data.SqlClient.SqlBuffer[] |
|
|
FillInTimeInfo ( TimeInfo &timeInfo, byte timeBytes, int length, byte scale ) : void |
|
|
GetDateFromByteArray ( byte buf, int offset ) : Int32 |
|
|
GetTicksFromDateTime2Info ( DateTime2Info dateTime2Info ) : long |
|
|
GetTypeFromStorageType ( bool isSqlType ) : Type |
|
|
SetToDate ( System.DateTime date ) : void |
|
|
SetToDate ( byte bytes ) : void |
|
|
SetToDateTime ( int daypart, int timepart ) : void |
|
|
SetToDateTime2 ( System.DateTime dateTime, byte scale ) : void |
|
|
SetToDateTime2 ( byte bytes, int length, byte scale ) : void |
|
|
SetToDateTimeOffset ( DateTimeOffset dateTimeOffset, byte scale ) : void |
|
|
SetToDateTimeOffset ( byte bytes, int length, byte scale ) : void |
|
|
SetToDecimal ( byte precision, byte scale, bool positive, int bits ) : void |
|
|
SetToMoney ( long value ) : void |
|
|
SetToNullOfType ( StorageType storageType ) : void |
|
|
SetToString ( string value ) : void |
|
|
SetToTime ( System.TimeSpan timeSpan, byte scale ) : void |
|
|
SetToTime ( byte bytes, int length, byte scale ) : void |
|
|
SqlBuffer ( ) : System.Diagnostics |
|
|
SqlBuffer ( SqlBuffer value ) : System.Diagnostics |
|
|
ThrowIfNull ( ) : void |
|
|