NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLNumeric Constructor (Byte, Byte, Boolean, Int32[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal bPrecision As Byte, _
   ByVal bScale As Byte, _
   ByVal fPositive As Boolean, _
   ByVal rgiData() As Integer _
)
[C#]
public SQLNumeric(
   byte bPrecision,
   byte bScale,
   bool fPositive,
   int[] rgiData
);
[C++]
public: SQLNumeric(
   unsigned char bPrecision,
   unsigned char bScale,
   bool fPositive,
   int* rgiData[]
);
[JScript]
public function SQLNumeric(
   bPrecision : Byte,
   bScale : Byte,
   fPositive : Boolean,
   rgiData : int[]
);

Parameters

bPrecision
[To be supplied.]
bScale
[To be supplied.]
fPositive
[To be supplied.]
rgiData
[To be supplied.]

See Also

SQLNumeric Structure | SQLNumeric Members | System.Data.SQLTypes Namespace | SQLNumeric Constructor Overload List