コード例 #1
0
        public void CreateObject(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
        {
#warning "CreateObject is not implemented"
        }
コード例 #2
0
		public void CreateObject(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
		{
#warning "CreateObject is not implemented"
		}
コード例 #3
0
        public string GetDDL(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
        {
#warning "GetDDL is not implemented"
            return(null);
        }
コード例 #4
0
		public string GetDDL(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
		{
#warning "GetDDL is not implemented"
			return null;
		}