Utils Class |
Namespace: Mcc.Series.DataBase
public class Utils
The Utils type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertStringToBit(DataSet, String) |
데이타 테이블의 요청한 필드에 있는 값을 true, false 형태로 변경 합니다. Y, 1, true, 10 이면 true 그렇지 않으면 false로 설정 됩니다. 데이터셑의 0번 테이블을 변경합니다. | |
| ConvertStringToBit(DataSet, Int32, String) |
데이타 테이블의 요청한 필드에 있는 값을 true, false 형태로 변경 합니다. Y, 1, true, 10 이면 true 그렇지 않으면 false로 설정 됩니다. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetMakeDbParam(DataRow, DBMessage) |
DataRow형식을 Parameter로 생성함
| |
| SetMakeDbParam(DataRow, DBMessage, Boolean) |
DataRow형식을 Parameter로 생성함
| |
| SetMakeDbParam(DataRow, DBMessage, String) |
DataRow형식을 Parameter로 생성함
| |
| SetMakeDbParam(DataRow, DBMessage, Boolean, String) |
DataRow형식을 Parameter로 생성함
| |
| SetMakeDbParamBit(DataRow, DBMessage) |
DataRow형식을 Parameter로 생성함
| |
| SetMakeDbParamBit(DataRow, DBMessage, Boolean) |
DataRow형식을 Parameter로 생성함
| |
| SetMakeDbParamBit(DataRow, DBMessage, String) |
DataRow형식을 Parameter로 생성함
| |
| SetMakeDbParamBit(DataRow, DBMessage, Boolean, String) |
DataRow형식을 Parameter로 생성함
| |
| SetRemoveDbParam(DataRow, DBMessage) |
생성된 TrustParam을 제거
| |
| SetRemoveDbParam(DataRow, DBMessage, String) |
생성된 TrustParam을 제거
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |