C# Class System.Data.Tests.SqlTypes.SqlStringTest

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
AddSqlString ( ) : void
ArithmeticOperators ( ) : void
Clone ( ) : void
CompareOptionsFromSqlCompareOptions ( ) : void
CompareTo ( ) : void
CompareToArgumentException ( ) : void
CompareToSqlTypeException ( ) : void
Concat ( ) : void
Constructor_ValueLcid_Success ( int lcid, string name ) : void
Constructor_Value_Success ( ) : void
ConversionBoolFormatException1 ( ) : void
ConversionByteFormatException ( ) : void
ConversionByteOverflowException ( ) : void
ConversionDecimalFormatException1 ( ) : void
ConversionDecimalFormatException2 ( ) : void
ConversionDoubleOverflowException ( ) : void
ConversionGuidFormatException ( ) : void
ConversionInt16FormatException ( ) : void
ConversionInt32FormatException1 ( ) : void
ConversionInt32FormatException2 ( ) : void
ConversionInt64FormatException ( ) : void
ConversionIntMoneyFormatException2 ( ) : void
ConversionSingleOverflowException ( ) : void
Conversions ( ) : void
Create ( ) : void
CtorArgumentOutOfRangeException1 ( ) : void
CtorArgumentOutOfRangeException2 ( ) : void
CultureInfo_InvalidLcid_Throws ( ) : void
EqualsMethods ( ) : void
GetHashCodeTest ( ) : void
GetTypeTest ( ) : void
GetXsdTypeTest ( ) : void
Greaters ( ) : void
Lessers ( ) : void
NotEquals ( ) : void
Properties ( ) : void
PublicFields ( ) : void
ReadWriteXmlTest ( ) : void
ReadWriteXmlTestInternal ( string xml, string testval, string unit_test_id ) : void
SqlBooleanToSqlString ( ) : void
SqlByteToBoolean ( ) : void
SqlDateTimeToSqlString ( ) : void
SqlDecimalToSqlString ( ) : void
SqlDoubleToSqlString ( ) : void
SqlGuidToSqlString ( ) : void
SqlInt16ToSqlString ( ) : void
SqlInt32ToSqlString ( ) : void
SqlInt64ToSqlString ( ) : void
SqlMoneyToSqlString ( ) : void
SqlSingleToSqlString ( ) : void
SqlStringTest ( ) : System.Data.SqlTypes
SqlStringToString ( ) : void
StringToSqlString ( ) : void
ThanOrEqualOperators ( ) : void
UnicodeBytes ( ) : void
ValidateProperties ( string value, CultureInfo culture, SqlString sqlString ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void