SNIWritePacket() static private method

static private SNIWritePacket ( System.Data.SqlClient.SNIHandle pConn, System.Data.SqlClient.SNIPacket packet, bool sync ) : uint
pConn System.Data.SqlClient.SNIHandle
packet System.Data.SqlClient.SNIPacket
sync bool
return uint
Exemplo n.º 1
0
 internal override uint WritePacket(object packet, bool sync) => SNINativeMethodWrapper.SNIWritePacket(Handle, (SNIPacket)packet, sync);